Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
51001581

Files

FilesIWE
com/imcode/db/Database.java 001
com/imcode/db/Database.java 007
com/imcode/db/DatabaseCommand.java 007
com/imcode/db/DatabaseConnection.java 001
com/imcode/db/DatabaseConnection.java 0018
com/imcode/db/DatabaseException.java 0041
com/imcode/db/DatasourceDatabase.java 0062
com/imcode/db/JdbcUtils.java 0015
com/imcode/db/commands/ColumnValuesDatabaseCommand.java 0019
com/imcode/db/commands/CompositeDatabaseCommand.java 0034
com/imcode/db/commands/DeleteWhereColumnsEqualDatabaseCommand.java 0038
com/imcode/db/commands/InsertIntoTableDatabaseCommand.java 0026
com/imcode/db/commands/SqlQueryDatabaseCommand.java 0035
com/imcode/db/commands/SqlUpdateDatabaseCommand.java 0022
com/imcode/db/commands/TransactionDatabaseCommand.java 0033
com/imcode/db/commands/UpdateTableWhereColumnEqualsDatabaseCommand.java 0038
com/imcode/db/commands/package.html 001
com/imcode/db/exceptions/IntegrityConstraintViolationException.java 009
com/imcode/db/exceptions/StringTruncationException.java 008
com/imcode/db/exceptions/package.html 001
com/imcode/db/handlers/ObjectArrayResultSetHandler.java 0015
com/imcode/db/handlers/ObjectFromFirstRowResultSetHandler.java 0014
com/imcode/db/handlers/ObjectFromRowFactory.java 007
com/imcode/db/handlers/package.html 001
com/imcode/db/mock/MockConnection.java 00223
com/imcode/db/mock/MockDatabase.java 00210
com/imcode/db/mock/MockDatabaseConnection.java 0040
com/imcode/db/mock/MockResultSet.java 00653
com/imcode/db/mock/package.html 001
com/imcode/db/package.html 001

com/imcode/db/Database.java

ErrorLine
Error File does not end with a newline. 0

com/imcode/db/Database.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 3
Error Line is longer than 80 characters. 5
Error Missing a Javadoc comment. 5
Error '(' is followed by whitespace. 5
Error ')' is preceded with whitespace. 5
Error Redundant throws: 'DatabaseException' is unchecked exception. 5

com/imcode/db/DatabaseCommand.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 3
Error Missing a Javadoc comment. 5
Error '(' is followed by whitespace. 5
Error ')' is preceded with whitespace. 5
Error Redundant throws: 'DatabaseException' is unchecked exception. 5
Error ';' is preceded with whitespace. 5

com/imcode/db/DatabaseConnection.java

ErrorLine
Error File does not end with a newline. 0

com/imcode/db/DatabaseConnection.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 7
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error '(' is followed by whitespace. 9
Error ')' is preceded with whitespace. 9
Error Redundant throws: 'DatabaseException' is unchecked exception. 9
Error Line is longer than 80 characters. 11
Error Missing a Javadoc comment. 11
Error '(' is followed by whitespace. 11
Error ')' is preceded with whitespace. 11
Error Redundant throws: 'DatabaseException' is unchecked exception. 11
Error Missing a Javadoc comment. 13
Error '(' is followed by whitespace. 13
Error Line is longer than 80 characters. 14
Error ')' is preceded with whitespace. 14
Error Redundant throws: 'DatabaseException' is unchecked exception. 14
Error Missing a Javadoc comment. 16

com/imcode/db/DatabaseException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 10
Error '(' is followed by whitespace. 10
Error Parameter message should be final. 10
Error Parameter ex should be final. 10
Error ')' is preceded with whitespace. 10
Error '(' is followed by whitespace. 11
Error ')' is preceded with whitespace. 11
Error ';' is preceded with whitespace. 11
Error Line is longer than 80 characters. 14
Error Missing a Javadoc comment. 14
Error '(' is followed by whitespace. 14
Error Parameter message should be final. 14
Error Parameter cause should be final. 14
Error ')' is preceded with whitespace. 14
Error ';' is preceded with whitespace. 15
Error '(' is followed by whitespace. 17
Error '(' is followed by whitespace. 17
Error ')' is preceded with whitespace. 17
Error ')' is preceded with whitespace. 17
Error Line is longer than 80 characters. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error '(' is followed by whitespace. 19
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error ')' is preceded with whitespace. 19
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error Line is longer than 80 characters. 22
Error '(' is followed by whitespace. 22
Error '+' is not preceded with whitespace. 22
Error '+' is not followed by whitespace. 22
Error '+' is not preceded with whitespace. 22
Error '+' is not followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error ';' is preceded with whitespace. 22
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error ';' is preceded with whitespace. 25

com/imcode/db/DatasourceDatabase.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 15
Error '(' is followed by whitespace. 15
Error Parameter dataSource should be final. 15
Error 'dataSource' hides a field. 15
Error ')' is preceded with whitespace. 15
Error Line is longer than 80 characters. 19
Error Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error Redundant throws: 'DatabaseException' is unchecked exception. 19
Error Line is longer than 80 characters. 23
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error 'catch' is not followed by whitespace. 25
Error '(' is followed by whitespace. 25
Error ')' is preceded with whitespace. 25
Error '(' is followed by whitespace. 26
Error '+' is not preceded with whitespace. 26
Error '+' is not followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error ';' is preceded with whitespace. 26
Error ';' is preceded with whitespace. 28
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30
Error '(' is followed by whitespace. 31
Error ')' is preceded with whitespace. 31
Error Class DatabaseConnectionImpl should be declared as final. 35
Error Missing a Javadoc comment. 35
Error Missing a Javadoc comment. 37
Error Missing a Javadoc comment. 38
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 40
Error Parameter connection should be final. 40
Error 'connection' hides a field. 40
Error Parameter queryRunner should be final. 40
Error 'queryRunner' hides a field. 40
Error Line is longer than 80 characters. 45
Error Missing a Javadoc comment. 45
Error Parameter sql should be final. 45
Error Parameter parameters should be final. 45
Error Redundant throws: 'DatabaseException' is unchecked exception. 45
Error Line is longer than 80 characters. 53
Error Missing a Javadoc comment. 53
Error Parameter sql should be final. 53
Error Parameter parameters should be final. 53
Error Redundant throws: 'DatabaseException' is unchecked exception. 53
Error Line is longer than 80 characters. 55
Error Missing a Javadoc comment. 61
Error Parameter sqlQuery should be final. 61
Error Parameter parameters should be final. 61
Error Line is longer than 80 characters. 62
Error Parameter resultSetHandler should be final. 62
Error Redundant throws: 'DatabaseException' is unchecked exception. 62
Error Line is longer than 80 characters. 64
Error Missing a Javadoc comment. 70

com/imcode/db/JdbcUtils.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Class JdbcUtils should be declared as final. 9
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 11
Error Line is longer than 80 characters. 14
Error Missing a Javadoc comment. 14
Error Parameter connection should be final. 14
Error Parameter sql should be final. 14
Error Parameter parameters should be final. 14
Error Line is longer than 80 characters. 17
Error Line is longer than 80 characters. 20
Error Line is longer than 80 characters. 37
Error Missing a Javadoc comment. 37
Error Parameter preparedStatement should be final. 37
Error Parameter parameters should be final. 37

com/imcode/db/commands/ColumnValuesDatabaseCommand.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 5
Error Missing a Javadoc comment. 6
Error Variable 'tableName' must be private and have accessor methods. 6
Error Missing a Javadoc comment. 7
Error Variable 'columnNames' must be private and have accessor methods. 7
Error Missing a Javadoc comment. 8
Error Variable 'columnValues' must be private and have accessor methods. 8
Error Line is longer than 80 characters. 10
Error Missing a Javadoc comment. 10
Error Parameter tableName should be final. 10
Error 'tableName' hides a field. 10
Error Parameter columnNamesAndValues should be final. 10
Error ';' is preceded with whitespace. 12
Error ';' is preceded with whitespace. 13
Error '(' is followed by whitespace. 14
Error ')' is preceded with whitespace. 14
Error ';' is preceded with whitespace. 15
Error ';' is preceded with whitespace. 16

com/imcode/db/commands/CompositeDatabaseCommand.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.util.*. 7
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 13
Error '{' is not followed by whitespace. 13
Error '}' is not preceded with whitespace. 13
Error Missing a Javadoc comment. 15
Error '(' is followed by whitespace. 15
Error Parameter databaseCommands should be final. 15
Error 'databaseCommands' hides a field. 15
Error ')' is preceded with whitespace. 15
Error '(' is followed by whitespace. 16
Error '(' is followed by whitespace. 16
Error ')' is preceded with whitespace. 16
Error ')' is preceded with whitespace. 16
Error Missing a Javadoc comment. 19
Error Parameter databaseCommand should be final. 19
Error Method 'add' is not designed for extension - needs to be abstract, final or empty. 23
Error Missing a Javadoc comment. 23
Error Parameter databaseCommand should be final. 23
Error Line is longer than 80 characters. 27
Error Method 'executeInTransaction' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error '(' is followed by whitespace. 27
Error Parameter connection should be final. 27
Error ')' is preceded with whitespace. 27
Error Redundant throws: 'DatabaseException' is unchecked exception. 27
Error Line is longer than 80 characters. 28
Error '(' is followed by whitespace. 28
Error ';' is followed by whitespace. 28
Error 'cast' is not followed by whitespace. 29
Error '(' is followed by whitespace. 30
Error ')' is preceded with whitespace. 30

com/imcode/db/commands/DeleteWhereColumnsEqualDatabaseCommand.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 12
Error Missing a Javadoc comment. 12
Error Line is longer than 80 characters. 14
Error Missing a Javadoc comment. 14
Error '(' is followed by whitespace. 14
Error Parameter table should be final. 14
Error Parameter column should be final. 14
Error Parameter columnValue should be final. 14
Error ')' is preceded with whitespace. 14
Error Line is longer than 80 characters. 18
Error Missing a Javadoc comment. 18
Error Parameter table should be final. 18
Error Parameter columnNamesAndValues should be final. 18
Error Line is longer than 80 characters. 22
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error Parameter connection should be final. 22
Error ')' is preceded with whitespace. 22
Error Redundant throws: 'DatabaseException' is unchecked exception. 22
Error Line is longer than 80 characters. 23
Error Line is longer than 80 characters. 24
Error ',' is not followed by whitespace. 24
Error ';' is preceded with whitespace. 24
Error Line is longer than 80 characters. 25
Error '+' is not preceded with whitespace. 25
Error '+' is not followed by whitespace. 25
Error '+' is not preceded with whitespace. 25
Error '+' is not followed by whitespace. 25
Error '+' is not preceded with whitespace. 25
Error '+' is not followed by whitespace. 25
Error ';' is preceded with whitespace. 25
Error Line is longer than 80 characters. 28
Error Missing a Javadoc comment. 28
Error Missing a Javadoc comment. 29
Error Parameter object should be final. 29
Error ';' is preceded with whitespace. 30

com/imcode/db/commands/InsertIntoTableDatabaseCommand.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 7
Error Missing a Javadoc comment. 7
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error Parameter tableName should be final. 9
Error Parameter columnNamesAndValues should be final. 9
Error Line is longer than 80 characters. 13
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 13
Error Missing a Javadoc comment. 13
Error Parameter connection should be final. 13
Error Redundant throws: 'DatabaseException' is unchecked exception. 13
Error Line is longer than 80 characters. 14
Error Line is longer than 80 characters. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not followed by whitespace. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not followed by whitespace. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not followed by whitespace. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not followed by whitespace. 15
Error '+' is not preceded with whitespace. 15
Error '+' is not followed by whitespace. 15
Error ';' is preceded with whitespace. 15

com/imcode/db/commands/SqlQueryDatabaseCommand.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 13
Error Line is longer than 80 characters. 15
Error Missing a Javadoc comment. 15
Error '(' is followed by whitespace. 15
Error Parameter sql should be final. 15
Error 'sql' hides a field. 15
Error Parameter parameters should be final. 15
Error 'parameters' hides a field. 15
Error Parameter resultSetHandler should be final. 15
Error 'resultSetHandler' hides a field. 15
Error ')' is preceded with whitespace. 15
Error Line is longer than 80 characters. 21
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 21
Error Missing a Javadoc comment. 21
Error '(' is followed by whitespace. 21
Error Parameter connection should be final. 21
Error ')' is preceded with whitespace. 21
Error Redundant throws: 'DatabaseException' is unchecked exception. 21
Error '(' is followed by whitespace. 22
Error ')' is preceded with whitespace. 22
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 25
Error Missing a Javadoc comment. 25
Error '+' is not preceded with whitespace. 26
Error '+' is not followed by whitespace. 26
Error '+' is not preceded with whitespace. 26
Error '+' is not followed by whitespace. 26
Error '+' is not preceded with whitespace. 26
Error '+' is not followed by whitespace. 26
Error '(' is followed by whitespace. 26
Error ')' is preceded with whitespace. 26
Error ';' is preceded with whitespace. 26

com/imcode/db/commands/SqlUpdateDatabaseCommand.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error '(' is followed by whitespace. 12
Error Parameter sqlStr should be final. 12
Error 'sqlStr' hides a field. 12
Error Parameter parameters should be final. 12
Error 'parameters' hides a field. 12
Error ')' is preceded with whitespace. 12
Error Line is longer than 80 characters. 17
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 17
Error Missing a Javadoc comment. 17
Error '(' is followed by whitespace. 17
Error Parameter connection should be final. 17
Error ')' is preceded with whitespace. 17
Error Redundant throws: 'DatabaseException' is unchecked exception. 17
Error '(' is followed by whitespace. 18
Error '(' is followed by whitespace. 18
Error ')' is preceded with whitespace. 18
Error ')' is preceded with whitespace. 18

com/imcode/db/commands/TransactionDatabaseCommand.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line has trailing spaces. 12
Error Line is longer than 80 characters. 12
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error '(' is followed by whitespace. 16
Error Parameter dc should be final. 16
Error ')' is preceded with whitespace. 16
Error Redundant throws: 'DatabaseException' is unchecked exception. 16
Error ';' is preceded with whitespace. 18
Error '(' is followed by whitespace. 20
Error ')' is preceded with whitespace. 20
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error '(' is followed by whitespace. 24
Error ')' is preceded with whitespace. 24
Error 'cast' is not followed by whitespace. 27
Error ';' is preceded with whitespace. 27
Error '(' is followed by whitespace. 29
Error ')' is preceded with whitespace. 29
Error ';' is preceded with whitespace. 29
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error '(' is followed by whitespace. 35
Error ')' is preceded with whitespace. 35
Error Line is longer than 80 characters. 39
Error Missing a Javadoc comment. 39
Error '(' is followed by whitespace. 39
Error Parameter connection should be final. 39
Error ')' is preceded with whitespace. 39
Error Redundant throws: 'DatabaseException' is unchecked exception. 39

com/imcode/db/commands/UpdateTableWhereColumnEqualsDatabaseCommand.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Line is longer than 80 characters. 7
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 9
Error Missing a Javadoc comment. 10
Error Line is longer than 80 characters. 12
Error Missing a Javadoc comment. 12
Error Parameter tableName should be final. 12
Error Parameter columnName should be final. 12
Error 'columnName' hides a field. 12
Error Line is longer than 80 characters. 13
Error Parameter columnValue should be final. 13
Error 'columnValue' hides a field. 13
Error Parameter columnNamesAndValues should be final. 13
Error Line is longer than 80 characters. 19
Error Method 'executeOn' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter connection should be final. 19
Error Redundant throws: 'DatabaseException' is unchecked exception. 19
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error '+' is not preceded with whitespace. 22
Error '+' is not preceded with whitespace. 24
Error '+' is not followed by whitespace. 24
Error '-' is not preceded with whitespace. 26
Error '-' is not followed by whitespace. 26
Error ';' is preceded with whitespace. 26
Error Line is longer than 80 characters. 27
Error '+' is not preceded with whitespace. 27
Error '+' is not followed by whitespace. 27
Error '+' is not preceded with whitespace. 27
Error '+' is not followed by whitespace. 27
Error '+' is not preceded with whitespace. 27
Error '+' is not preceded with whitespace. 27
Error '+' is not preceded with whitespace. 27
Error '+' is not followed by whitespace. 27
Error '+' is not followed by whitespace. 27
Error ';' is preceded with whitespace. 27

com/imcode/db/commands/package.html

ErrorLine
Error Missing package documentation file.0

com/imcode/db/exceptions/IntegrityConstraintViolationException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 7
Error Line is longer than 80 characters. 9
Error Missing a Javadoc comment. 9
Error '(' is followed by whitespace. 9
Error Parameter message should be final. 9
Error Parameter ex should be final. 9
Error ')' is preceded with whitespace. 9
Error ';' is preceded with whitespace. 10

com/imcode/db/exceptions/StringTruncationException.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 7
Error Missing a Javadoc comment. 9
Error '(' is followed by whitespace. 9
Error Parameter message should be final. 9
Error Parameter ex should be final. 9
Error ')' is preceded with whitespace. 9
Error '(' is followed by whitespace. 10

com/imcode/db/exceptions/package.html

ErrorLine
Error Missing package documentation file.0

com/imcode/db/handlers/ObjectArrayResultSetHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 13
Error ';' is preceded with whitespace. 13
Error Line is longer than 80 characters. 15
Error Missing a Javadoc comment. 15
Error Parameter objectFromRowFactory should be final. 15
Error 'objectFromRowFactory' hides a field. 15
Error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 19
Error Missing a Javadoc comment. 19
Error Parameter resultSet should be final. 19
Error '(' is followed by whitespace. 21
Error ')' is preceded with whitespace. 21
Error Line is longer than 80 characters. 22
Error Line is longer than 80 characters. 25

com/imcode/db/handlers/ObjectFromFirstRowResultSetHandler.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 8
Error Missing a Javadoc comment. 10
Error Variable 'objectFromRowFactory' must be private and have accessor methods. 10
Error ';' is preceded with whitespace. 10
Error Line is longer than 80 characters. 12
Error Missing a Javadoc comment. 12
Error Parameter objectFromRowFactory should be final. 12
Error 'objectFromRowFactory' hides a field. 12
Error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 16
Error Missing a Javadoc comment. 16
Error Parameter resultSet should be final. 16
Error ';' is preceded with whitespace. 18
Error ';' is preceded with whitespace. 20

com/imcode/db/handlers/ObjectFromRowFactory.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 6
Error Line is longer than 80 characters. 7
Error Missing a Javadoc comment. 7
Error Line has trailing spaces. 8
Error Missing a Javadoc comment. 9
Error ';' is preceded with whitespace. 9

com/imcode/db/handlers/package.html

ErrorLine
Error Missing package documentation file.0

com/imcode/db/mock/MockConnection.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 5
Error Missing a Javadoc comment. 8
Error Method 'getTransactionIsolation' is not designed for extension - needs to be abstract, final or empty. 10
Error Missing a Javadoc comment. 10
Error '(' is followed by whitespace. 11
Error ')' is preceded with whitespace. 11
Error Method 'setTypeMap' is not designed for extension - needs to be abstract, final or empty. 14
Error Missing a Javadoc comment. 14
Error Parameter map should be final. 14
Error '(' is followed by whitespace. 15
Error ')' is preceded with whitespace. 15
Error Method 'getHoldability' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23
Error Missing a Javadoc comment. 26
Error Missing a Javadoc comment. 29
Error '{' is not followed by whitespace. 29
Error '}' is not preceded with whitespace. 29
Error Missing a Javadoc comment. 31
Error '{' is not followed by whitespace. 31
Error '}' is not preceded with whitespace. 31
Error Method 'getAutoCommit' is not designed for extension - needs to be abstract, final or empty. 33
Error Missing a Javadoc comment. 33
Error '(' is followed by whitespace. 34
Error ')' is preceded with whitespace. 34
Error Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error '(' is followed by whitespace. 38
Error ')' is preceded with whitespace. 38
Error Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error '(' is followed by whitespace. 42
Error ')' is preceded with whitespace. 42
Error Method 'setHoldability' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error '(' is followed by whitespace. 45
Error Parameter holdability should be final. 45
Error ')' is preceded with whitespace. 45
Error '(' is followed by whitespace. 46
Error ')' is preceded with whitespace. 46
Error Missing a Javadoc comment. 49
Error '(' is followed by whitespace. 49
Error Parameter level should be final. 49
Error ')' is preceded with whitespace. 49
Error Missing a Javadoc comment. 52
Error '(' is followed by whitespace. 52
Error Parameter autoCommit should be final. 52
Error ')' is preceded with whitespace. 52
Error Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error '(' is followed by whitespace. 55
Error Parameter readOnly should be final. 55
Error ')' is preceded with whitespace. 55
Error '(' is followed by whitespace. 56
Error ')' is preceded with whitespace. 56
Error Method 'getCatalog' is not designed for extension - needs to be abstract, final or empty. 59
Error Missing a Javadoc comment. 59
Error '(' is followed by whitespace. 60
Error ')' is preceded with whitespace. 60
Error Method 'setCatalog' is not designed for extension - needs to be abstract, final or empty. 63
Error Missing a Javadoc comment. 63
Error '(' is followed by whitespace. 63
Error Parameter catalog should be final. 63
Error ')' is preceded with whitespace. 63
Error '(' is followed by whitespace. 64
Error ')' is preceded with whitespace. 64
Error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 67
Error Missing a Javadoc comment. 67
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. 71
Error Missing a Javadoc comment. 71
Error '(' is followed by whitespace. 72
Error ')' is preceded with whitespace. 72
Error Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. 75
Error Missing a Javadoc comment. 75
Error '(' is followed by whitespace. 76
Error ')' is preceded with whitespace. 76
Error Method 'releaseSavepoint' is not designed for extension - needs to be abstract, final or empty. 79
Error Missing a Javadoc comment. 79
Error '(' is followed by whitespace. 79
Error Parameter savepoint should be final. 79
Error ')' is preceded with whitespace. 79
Error '(' is followed by whitespace. 80
Error ')' is preceded with whitespace. 80
Error Method 'rollback' is not designed for extension - needs to be abstract, final or empty. 83
Error Missing a Javadoc comment. 83
Error '(' is followed by whitespace. 83
Error Parameter savepoint should be final. 83
Error ')' is preceded with whitespace. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 87
Error Missing a Javadoc comment. 87
Error '(' is followed by whitespace. 88
Error ')' is preceded with whitespace. 88
Error Line is longer than 80 characters. 91
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 91
Error Missing a Javadoc comment. 91
Error '(' is followed by whitespace. 91
Error Parameter resultSetType should be final. 91
Error Parameter resultSetConcurrency should be final. 91
Error ')' is preceded with whitespace. 91
Error '(' is followed by whitespace. 93
Error ')' is preceded with whitespace. 93
Error Line is longer than 80 characters. 96
Error Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error '(' is followed by whitespace. 96
Error Parameter resultSetType should be final. 96
Error Parameter resultSetConcurrency should be final. 96
Error Line is longer than 80 characters. 97
Error Parameter resultSetHoldability should be final. 97
Error ')' is preceded with whitespace. 97
Error '(' is followed by whitespace. 98
Error ')' is preceded with whitespace. 98
Error Method 'getTypeMap' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error '(' is followed by whitespace. 102
Error ')' is preceded with whitespace. 102
Error Method 'nativeSQL' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error '(' is followed by whitespace. 105
Error Parameter sql should be final. 105
Error ')' is preceded with whitespace. 105
Error '(' is followed by whitespace. 106
Error ')' is preceded with whitespace. 106
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error '(' is followed by whitespace. 109
Error Parameter sql should be final. 109
Error ')' is preceded with whitespace. 109
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error '(' is followed by whitespace. 113
Error Parameter sql should be final. 113
Error Parameter resultSetType should be final. 113
Error Line is longer than 80 characters. 114
Error Parameter resultSetConcurrency should be final. 114
Error ')' is preceded with whitespace. 114
Error '(' is followed by whitespace. 115
Error ')' is preceded with whitespace. 115
Error Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. 118
Error Missing a Javadoc comment. 118
Error '(' is followed by whitespace. 118
Error Parameter sql should be final. 118
Error Parameter resultSetType should be final. 118
Error Parameter resultSetConcurrency should be final. 119
Error Line is longer than 80 characters. 120
Error Parameter resultSetHoldability should be final. 120
Error ')' is preceded with whitespace. 120
Error '(' is followed by whitespace. 121
Error ')' is preceded with whitespace. 121
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error '(' is followed by whitespace. 124
Error Parameter sql should be final. 124
Error ')' is preceded with whitespace. 124
Error '(' is followed by whitespace. 126
Error ')' is preceded with whitespace. 126
Error Line is longer than 80 characters. 129
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error '(' is followed by whitespace. 129
Error Parameter sql should be final. 129
Error Parameter autoGeneratedKeys should be final. 129
Error ')' is preceded with whitespace. 129
Error '(' is followed by whitespace. 131
Error ')' is preceded with whitespace. 131
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 134
Error Missing a Javadoc comment. 134
Error '(' is followed by whitespace. 134
Error Parameter sql should be final. 134
Error Parameter resultSetType should be final. 134
Error Parameter resultSetConcurrency should be final. 135
Error ')' is preceded with whitespace. 135
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 140
Error Missing a Javadoc comment. 140
Error '(' is followed by whitespace. 140
Error Parameter sql should be final. 140
Error Parameter resultSetType should be final. 140
Error Line is longer than 80 characters. 141
Error Parameter resultSetConcurrency should be final. 141
Error Parameter resultSetHoldability should be final. 141
Error ')' is preceded with whitespace. 141
Error '(' is followed by whitespace. 143
Error ')' is preceded with whitespace. 143
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error '(' is followed by whitespace. 146
Error Parameter sql should be final. 146
Error Parameter columnIndexes should be final. 146
Error Array brackets at illegal position. 146
Error ')' is preceded with whitespace. 146
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error Method 'setSavepoint' is not designed for extension - needs to be abstract, final or empty. 151
Error Missing a Javadoc comment. 151
Error '(' is followed by whitespace. 151
Error Parameter name should be final. 151
Error ')' is preceded with whitespace. 151
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error Line is longer than 80 characters. 155
Error Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. 155
Error Missing a Javadoc comment. 155
Error '(' is followed by whitespace. 155
Error Parameter sql should be final. 155
Error Parameter columnNames should be final. 155
Error Array brackets at illegal position. 155
Error ')' is preceded with whitespace. 155
Error '(' is followed by whitespace. 157
Error ')' is preceded with whitespace. 157

com/imcode/db/mock/MockDatabase.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Missing a Javadoc comment. 23
Error Missing a Javadoc comment. 25
Error Missing a Javadoc comment. 26
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error Parameter sqlStr should be final. 28
Error Parameter parameters should be final. 28
Error Line is longer than 80 characters. 34
Error Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Parameter sqlQuery should be final. 34
Error Parameter parameters should be final. 34
Error Parameter resultSetHandler should be final. 34
Error Line is longer than 80 characters. 35
Error ')' is preceded with whitespace. 36
Error ';' is preceded with whitespace. 37
Error ';' is preceded with whitespace. 40
Error '(' is followed by whitespace. 41
Error ')' is preceded with whitespace. 41
Error Line is longer than 80 characters. 46
Error Method 'executeCommand' is not designed for extension - needs to be abstract, final or empty. 46
Error Missing a Javadoc comment. 46
Error Parameter databaseCommand should be final. 46
Error Redundant throws: 'DatabaseException' is unchecked exception. 46
Error Line is longer than 80 characters. 50
Error Method 'addExpectedSqlCall' is not designed for extension - needs to be abstract, final or empty. 50
Error Missing a Javadoc comment. 50
Error Parameter value should be final. 60
Error Method 'assertExpectedSqlCalls' is not designed for extension - needs to be abstract, final or empty. 70
Error Missing a Javadoc comment. 70
Error Line is longer than 80 characters. 72
Error Method 'getSqlCallCount' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Method 'getResultForSqlCall' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Parameter sql should be final. 80
Error Parameter params should be final. 80
Error Missing a Javadoc comment. 95
Error Missing a Javadoc comment. 97
Error Missing a Javadoc comment. 98
Error Missing a Javadoc comment. 100
Error Parameter string should be final. 100
Error 'string' hides a field. 100
Error Parameter parameters should be final. 100
Error 'parameters' hides a field. 100
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Method 'assertCalled' is not designed for extension - needs to be abstract, final or empty. 119
Error Missing a Javadoc comment. 119
Error Parameter predicate should be final. 119
Error Method 'assertCalledInOrder' is not designed for extension - needs to be abstract, final or empty. 123
Error Missing a Javadoc comment. 123
Error Parameter sqlCallPredicates should be final. 123
Error ';' is preceded with whitespace. 124
Error '(' is followed by whitespace. 125
Error ';' is followed by whitespace. 125
Error Line is longer than 80 characters. 127
Error ';' is preceded with whitespace. 128
Error ';' is preceded with whitespace. 130
Error Line is longer than 80 characters. 135
Error '+' is not preceded with whitespace. 135
Error '+' is not followed by whitespace. 135
Error Line is longer than 80 characters. 137
Error '+' is not preceded with whitespace. 137
Error '+' is not followed by whitespace. 137
Error '-' is not preceded with whitespace. 137
Error '-' is not followed by whitespace. 137
Error '+' is not preceded with whitespace. 137
Error '+' is not followed by whitespace. 137
Error ';' is preceded with whitespace. 137
Error ';' is preceded with whitespace. 139
Error Method 'assertCalled' is not designed for extension - needs to be abstract, final or empty. 143
Error Missing a Javadoc comment. 143
Error Parameter message should be final. 143
Error Parameter predicate should be final. 143
Error Avoid inline conditionals. 145
Error Line is longer than 80 characters. 146
Error Missing a Javadoc comment. 150
Error Parameter predicate should be final. 150
Error Method 'assertNotCalled' is not designed for extension - needs to be abstract, final or empty. 154
Error Missing a Javadoc comment. 154
Error Parameter sqlCallPredicate should be final. 154
Error Method 'assertNotCalled' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error Parameter message should be final. 158
Error Parameter predicate should be final. 158
Error Avoid inline conditionals. 160
Error Line is longer than 80 characters. 161
Error Method 'assertCallCount' is not designed for extension - needs to be abstract, final or empty. 165
Error Missing a Javadoc comment. 165
Error Parameter expectedCount should be final. 165
Error Parameter predicate should be final. 165
Error Line is longer than 80 characters. 168
Error Missing a Javadoc comment. 172
Error Missing a Javadoc comment. 174
Error Parameter object should be final. 174
Error Missing a Javadoc comment. 178
Error Parameter sqlCall should be final. 178
Error Missing a Javadoc comment. 180
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 182
Error Missing a Javadoc comment. 182
Error Missing a Javadoc comment. 187
Error Missing a Javadoc comment. 189
Error Missing a Javadoc comment. 190
Error Missing a Javadoc comment. 192
Error Parameter tableName should be final. 192
Error 'tableName' hides a field. 192
Error Parameter parameter should be final. 192
Error 'parameter' hides a field. 192
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 197
Error Missing a Javadoc comment. 197
Error Parameter sqlCall should be final. 197
Error Line is longer than 80 characters. 198
Error '+' is not preceded with whitespace. 198
Error '+' is not followed by whitespace. 198
Error Line is longer than 80 characters. 199
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 203
Error Missing a Javadoc comment. 203
Error Line is longer than 80 characters. 204
Error Line is longer than 80 characters. 208
Error Missing a Javadoc comment. 208
Error Missing a Javadoc comment. 210
Error Missing a Javadoc comment. 212
Error Parameter tableName should be final. 212
Error 'tableName' hides a field. 212
Error '+' is not preceded with whitespace. 213
Error '+' is not followed by whitespace. 213
Error ';' is preceded with whitespace. 213
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 217
Error Missing a Javadoc comment. 217
Error ';' is preceded with whitespace. 218
Error Line is longer than 80 characters. 222
Error Missing a Javadoc comment. 222
Error Missing a Javadoc comment. 224
Error Line is longer than 80 characters. 226
Error Missing a Javadoc comment. 226
Error Parameter tableName should be final. 226
Error Parameter parameter should be final. 226
Error 'parameter' hides a field. 226
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 231
Error Missing a Javadoc comment. 231
Error Parameter sqlCall should be final. 231
Error Line is longer than 80 characters. 232
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 235
Error Missing a Javadoc comment. 235
Error Line is longer than 80 characters. 236
Error Missing a Javadoc comment. 240
Error Missing a Javadoc comment. 242
Error Missing a Javadoc comment. 244
Error Parameter regex should be final. 244
Error 'regex' hides a field. 244
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 248
Error Missing a Javadoc comment. 248
Error Parameter sqlCall should be final. 248
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 254
Error Missing a Javadoc comment. 254
Error Missing a Javadoc comment. 259
Error Missing a Javadoc comment. 261
Error Variable 'sql' must be private and have accessor methods. 261
Error Missing a Javadoc comment. 263
Error Parameter sql should be final. 263
Error 'sql' hides a field. 263
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 267
Error Missing a Javadoc comment. 267
Error Parameter sqlCall should be final. 267
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 271
Error Missing a Javadoc comment. 271
Error Missing a Javadoc comment. 276
Error Missing a Javadoc comment. 278
Error Missing a Javadoc comment. 280
Error Parameter prefix should be final. 280
Error 'prefix' hides a field. 280
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 284
Error Missing a Javadoc comment. 284
Error Parameter sqlCall should be final. 284
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 288
Error Missing a Javadoc comment. 288
Error Line is longer than 80 characters. 293
Error Missing a Javadoc comment. 293
Error Missing a Javadoc comment. 295
Error Line is longer than 80 characters. 297
Error Missing a Javadoc comment. 297
Error Parameter sql should be final. 297
Error Parameter parameters should be final. 297
Error 'parameters' hides a field. 297
Error Method 'evaluateSqlCall' is not designed for extension - needs to be abstract, final or empty. 302
Error Missing a Javadoc comment. 302
Error Parameter sqlCall should be final. 302
Error Line is longer than 80 characters. 303
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 306
Error Missing a Javadoc comment. 306
Error Line is longer than 80 characters. 307
Error Line is longer than 80 characters. 311
Error Missing a Javadoc comment. 311
Error Missing a Javadoc comment. 313
Error Missing a Javadoc comment. 315
Error Parameter tableName should be final. 315
Error 'tableName' hides a field. 315
Error '+' is not preceded with whitespace. 316
Error '+' is not followed by whitespace. 316
Error ';' is preceded with whitespace. 316
Error Method 'getFailureMessage' is not designed for extension - needs to be abstract, final or empty. 320
Error Missing a Javadoc comment. 320
Error '+' is not preceded with whitespace. 321
Error '+' is not followed by whitespace. 321

com/imcode/db/mock/MockDatabaseConnection.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Redundant import from the same package - com.imcode.db.mock.MockConnection. 4
Error Redundant import from the same package - com.imcode.db.mock.MockDatabase. 5
Error Missing a Javadoc comment. 10
Error Missing a Javadoc comment. 12
Error Missing a Javadoc comment. 14
Error '(' is followed by whitespace. 14
Error Parameter mockDatabase should be final. 14
Error ')' is preceded with whitespace. 14
Error ';' is preceded with whitespace. 15
Error Line is longer than 80 characters. 18
Error Method 'executeUpdateAndGetGeneratedKey' is not designed for extension - needs to be abstract, final or empty. 18
Error Missing a Javadoc comment. 18
Error '(' is followed by whitespace. 18
Error Parameter sql should be final. 18
Error Parameter parameters should be final. 18
Error ')' is preceded with whitespace. 18
Error 'cast' is not followed by whitespace. 19
Error '(' is followed by whitespace. 19
Error ')' is preceded with whitespace. 19
Error ';' is preceded with whitespace. 19
Error Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 22
Error Parameter sqlQuery should be final. 22
Error Parameter parameters should be final. 22
Error Parameter resultSetHandler should be final. 23
Error ')' is preceded with whitespace. 23
Error ';' is preceded with whitespace. 24
Error Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 27
Error Missing a Javadoc comment. 27
Error ';' is preceded with whitespace. 28
Error Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. 31
Error Missing a Javadoc comment. 31
Error '(' is followed by whitespace. 31
Error Parameter sql should be final. 31
Error Parameter parameters should be final. 31
Error ')' is preceded with whitespace. 31
Error '(' is followed by whitespace. 32
Error ')' is preceded with whitespace. 32

com/imcode/db/mock/MockResultSet.java

ErrorLine
Error Line does not match expected header line of '<?xml version="1.0" encoding="UTF-8"?>'. 1
Error Using the '.*' form of import should be avoided - java.sql.*. 9
Error Missing a Javadoc comment. 13
Error Missing a Javadoc comment. 15
Error Variable 'rows' must be private and have accessor methods. 15
Error ';' is preceded with whitespace. 15
Error Missing a Javadoc comment. 16
Error Variable 'rowIndex' must be private and have accessor methods. 16
Error ';' is preceded with whitespace. 16
Error Missing a Javadoc comment. 18
Error Parameter objects should be final. 18
Error ';' is preceded with whitespace. 19
Error Method 'next' is not designed for extension - needs to be abstract, final or empty. 22
Error Missing a Javadoc comment. 22
Error '(' is followed by whitespace. 23
Error ')' is preceded with whitespace. 23
Error ';' is preceded with whitespace. 24
Error ';' is preceded with whitespace. 26
Error Method 'close' is not designed for extension - needs to be abstract, final or empty. 30
Error Missing a Javadoc comment. 30
Error Line is longer than 80 characters. 31
Error Method 'wasNull' is not designed for extension - needs to be abstract, final or empty. 34
Error Missing a Javadoc comment. 34
Error Line is longer than 80 characters. 35
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 38
Error Missing a Javadoc comment. 38
Error Parameter columnIndex should be final. 38
Error ';' is preceded with whitespace. 41
Error '+' is not preceded with whitespace. 44
Error '+' is not followed by whitespace. 44
Error ';' is preceded with whitespace. 44
Error 'cast' is not followed by whitespace. 46
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter columnIndex should be final. 49
Error Line is longer than 80 characters. 50
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 53
Error Missing a Javadoc comment. 53
Error Parameter columnIndex should be final. 53
Error Line is longer than 80 characters. 54
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 57
Error Missing a Javadoc comment. 57
Error Parameter columnIndex should be final. 57
Error Line is longer than 80 characters. 58
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 61
Error Missing a Javadoc comment. 61
Error Parameter columnIndex should be final. 61
Error 'cast' is not followed by whitespace. 62
Error ';' is preceded with whitespace. 62
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 65
Error Missing a Javadoc comment. 65
Error Parameter columnIndex should be final. 65
Error Line is longer than 80 characters. 66
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 69
Error Missing a Javadoc comment. 69
Error Parameter columnIndex should be final. 69
Error Line is longer than 80 characters. 70
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 73
Error Missing a Javadoc comment. 73
Error Parameter columnIndex should be final. 73
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 77
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 77
Error Missing a Javadoc comment. 77
Error Parameter columnIndex should be final. 77
Error Parameter scale should be final. 77
Error Line is longer than 80 characters. 78
Error Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 81
Error Missing a Javadoc comment. 81
Error Parameter columnIndex should be final. 81
Error Line is longer than 80 characters. 82
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 85
Error Missing a Javadoc comment. 85
Error Parameter columnIndex should be final. 85
Error Line is longer than 80 characters. 86
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 89
Error Missing a Javadoc comment. 89
Error Parameter columnIndex should be final. 89
Error Line is longer than 80 characters. 90
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 93
Error Missing a Javadoc comment. 93
Error Parameter columnIndex should be final. 93
Error Line is longer than 80 characters. 94
Error Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. 97
Error Missing a Javadoc comment. 97
Error Parameter columnIndex should be final. 97
Error Line is longer than 80 characters. 98
Error Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. 101
Error Missing a Javadoc comment. 101
Error Parameter columnIndex should be final. 101
Error Line is longer than 80 characters. 102
Error Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. 105
Error Missing a Javadoc comment. 105
Error Parameter columnIndex should be final. 105
Error Line is longer than 80 characters. 106
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 109
Error Missing a Javadoc comment. 109
Error Parameter columnName should be final. 109
Error Line is longer than 80 characters. 110
Error Method 'getBoolean' is not designed for extension - needs to be abstract, final or empty. 113
Error Missing a Javadoc comment. 113
Error Parameter columnName should be final. 113
Error Line is longer than 80 characters. 114
Error Method 'getByte' is not designed for extension - needs to be abstract, final or empty. 117
Error Missing a Javadoc comment. 117
Error Parameter columnName should be final. 117
Error Line is longer than 80 characters. 118
Error Method 'getShort' is not designed for extension - needs to be abstract, final or empty. 121
Error Missing a Javadoc comment. 121
Error Parameter columnName should be final. 121
Error Line is longer than 80 characters. 122
Error Method 'getInt' is not designed for extension - needs to be abstract, final or empty. 125
Error Missing a Javadoc comment. 125
Error Parameter columnName should be final. 125
Error Line is longer than 80 characters. 126
Error Method 'getLong' is not designed for extension - needs to be abstract, final or empty. 129
Error Missing a Javadoc comment. 129
Error Parameter columnName should be final. 129
Error Line is longer than 80 characters. 130
Error Method 'getFloat' is not designed for extension - needs to be abstract, final or empty. 133
Error Missing a Javadoc comment. 133
Error Parameter columnName should be final. 133
Error Line is longer than 80 characters. 134
Error Method 'getDouble' is not designed for extension - needs to be abstract, final or empty. 137
Error Missing a Javadoc comment. 137
Error Parameter columnName should be final. 137
Error Line is longer than 80 characters. 138
Error Line is longer than 80 characters. 142
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 142
Error Missing a Javadoc comment. 142
Error Parameter columnName should be final. 142
Error Parameter scale should be final. 142
Error Line is longer than 80 characters. 143
Error Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. 146
Error Missing a Javadoc comment. 146
Error Parameter columnName should be final. 146
Error Line is longer than 80 characters. 147
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 150
Error Missing a Javadoc comment. 150
Error Parameter columnName should be final. 150
Error Line is longer than 80 characters. 151
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 154
Error Missing a Javadoc comment. 154
Error Parameter columnName should be final. 154
Error Line is longer than 80 characters. 155
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 158
Error Missing a Javadoc comment. 158
Error Parameter columnName should be final. 158
Error Line is longer than 80 characters. 159
Error Method 'getAsciiStream' is not designed for extension - needs to be abstract, final or empty. 162
Error Missing a Javadoc comment. 162
Error Parameter columnName should be final. 162
Error Line is longer than 80 characters. 163
Error Method 'getUnicodeStream' is not designed for extension - needs to be abstract, final or empty. 167
Error Missing a Javadoc comment. 167
Error Parameter columnName should be final. 167
Error Line is longer than 80 characters. 168
Error Method 'getBinaryStream' is not designed for extension - needs to be abstract, final or empty. 171
Error Missing a Javadoc comment. 171
Error Parameter columnName should be final. 171
Error Line is longer than 80 characters. 172
Error Method 'getWarnings' is not designed for extension - needs to be abstract, final or empty. 175
Error Missing a Javadoc comment. 175
Error Line is longer than 80 characters. 176
Error Method 'clearWarnings' is not designed for extension - needs to be abstract, final or empty. 179
Error Missing a Javadoc comment. 179
Error Line is longer than 80 characters. 180
Error Method 'getCursorName' is not designed for extension - needs to be abstract, final or empty. 183
Error Missing a Javadoc comment. 183
Error Line is longer than 80 characters. 184
Error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 187
Error Missing a Javadoc comment. 187
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error ';' is preceded with whitespace. 191
Error ';' is preceded with whitespace. 193
Error Parameter column should be final. 196
Error Parameter column should be final. 200
Error Parameter column should be final. 204
Error Parameter column should be final. 208
Error Parameter column should be final. 212
Error Parameter column should be final. 216
Error Parameter column should be final. 220
Error Parameter column should be final. 224
Error Parameter column should be final. 228
Error Parameter column should be final. 232
Error Parameter column should be final. 236
Error Parameter column should be final. 240
Error Parameter column should be final. 244
Error Parameter column should be final. 248
Error Parameter column should be final. 252
Error Parameter column should be final. 256
Error Parameter column should be final. 260
Error Parameter column should be final. 264
Error Line is longer than 80 characters. 268
Error Parameter column should be final. 268
Error Parameter column should be final. 272
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 278
Error Missing a Javadoc comment. 278
Error Parameter columnIndex should be final. 278
Error '-' is not preceded with whitespace. 279
Error '-' is not followed by whitespace. 279
Error ';' is preceded with whitespace. 279
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 282
Error Missing a Javadoc comment. 282
Error Parameter columnName should be final. 282
Error Line is longer than 80 characters. 283
Error Method 'findColumn' is not designed for extension - needs to be abstract, final or empty. 286
Error Missing a Javadoc comment. 286
Error Parameter columnName should be final. 286
Error Line is longer than 80 characters. 287
Error Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. 290
Error Missing a Javadoc comment. 290
Error Parameter columnIndex should be final. 290
Error Line is longer than 80 characters. 291
Error Method 'getCharacterStream' is not designed for extension - needs to be abstract, final or empty. 294
Error Missing a Javadoc comment. 294
Error Parameter columnName should be final. 294
Error Line is longer than 80 characters. 295
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 298
Error Missing a Javadoc comment. 298
Error Parameter columnIndex should be final. 298
Error Line is longer than 80 characters. 299
Error Method 'getBigDecimal' is not designed for extension - needs to be abstract, final or empty. 302
Error Missing a Javadoc comment. 302
Error Parameter columnName should be final. 302
Error Line is longer than 80 characters. 303
Error Method 'isBeforeFirst' is not designed for extension - needs to be abstract, final or empty. 306
Error Missing a Javadoc comment. 306
Error Line is longer than 80 characters. 307
Error Method 'isAfterLast' is not designed for extension - needs to be abstract, final or empty. 310
Error Missing a Javadoc comment. 310
Error Line is longer than 80 characters. 311
Error Method 'isFirst' is not designed for extension - needs to be abstract, final or empty. 314
Error Missing a Javadoc comment. 314
Error Line is longer than 80 characters. 315
Error Method 'isLast' is not designed for extension - needs to be abstract, final or empty. 318
Error Missing a Javadoc comment. 318
Error Line is longer than 80 characters. 319
Error Method 'beforeFirst' is not designed for extension - needs to be abstract, final or empty. 322
Error Missing a Javadoc comment. 322
Error Line is longer than 80 characters. 323
Error Method 'afterLast' is not designed for extension - needs to be abstract, final or empty. 326
Error Missing a Javadoc comment. 326
Error Line is longer than 80 characters. 327
Error Method 'first' is not designed for extension - needs to be abstract, final or empty. 330
Error Missing a Javadoc comment. 330
Error Line is longer than 80 characters. 331
Error Method 'last' is not designed for extension - needs to be abstract, final or empty. 334
Error Missing a Javadoc comment. 334
Error Line is longer than 80 characters. 335
Error Method 'getRow' is not designed for extension - needs to be abstract, final or empty. 338
Error Missing a Javadoc comment. 338
Error Line is longer than 80 characters. 339
Error Method 'absolute' is not designed for extension - needs to be abstract, final or empty. 342
Error Missing a Javadoc comment. 342
Error Parameter row should be final. 342
Error Line is longer than 80 characters. 343
Error Method 'relative' is not designed for extension - needs to be abstract, final or empty. 346
Error Missing a Javadoc comment. 346
Error Parameter rows should be final. 346
Error 'rows' hides a field. 346
Error Line is longer than 80 characters. 347
Error Method 'previous' is not designed for extension - needs to be abstract, final or empty. 350
Error Missing a Javadoc comment. 350
Error Line is longer than 80 characters. 351
Error Method 'setFetchDirection' is not designed for extension - needs to be abstract, final or empty. 354
Error Missing a Javadoc comment. 354
Error Parameter direction should be final. 354
Error Line is longer than 80 characters. 355
Error Method 'getFetchDirection' is not designed for extension - needs to be abstract, final or empty. 358
Error Missing a Javadoc comment. 358
Error Line is longer than 80 characters. 359
Error Method 'setFetchSize' is not designed for extension - needs to be abstract, final or empty. 362
Error Missing a Javadoc comment. 362
Error Parameter rows should be final. 362
Error 'rows' hides a field. 362
Error Line is longer than 80 characters. 363
Error Method 'getFetchSize' is not designed for extension - needs to be abstract, final or empty. 366
Error Missing a Javadoc comment. 366
Error Line is longer than 80 characters. 367
Error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 370
Error Missing a Javadoc comment. 370
Error Line is longer than 80 characters. 371
Error Method 'getConcurrency' is not designed for extension - needs to be abstract, final or empty. 374
Error Missing a Javadoc comment. 374
Error Line is longer than 80 characters. 375
Error Method 'rowUpdated' is not designed for extension - needs to be abstract, final or empty. 378
Error Missing a Javadoc comment. 378
Error Line is longer than 80 characters. 379
Error Method 'rowInserted' is not designed for extension - needs to be abstract, final or empty. 382
Error Missing a Javadoc comment. 382
Error Line is longer than 80 characters. 383
Error Method 'rowDeleted' is not designed for extension - needs to be abstract, final or empty. 386
Error Missing a Javadoc comment. 386
Error Line is longer than 80 characters. 387
Error Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. 390
Error Missing a Javadoc comment. 390
Error Parameter columnIndex should be final. 390
Error Line is longer than 80 characters. 391
Error Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. 394
Error Missing a Javadoc comment. 394
Error Parameter columnIndex should be final. 394
Error Parameter x should be final. 394
Error Line is longer than 80 characters. 395
Error Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. 398
Error Missing a Javadoc comment. 398
Error Parameter columnIndex should be final. 398
Error Parameter x should be final. 398
Error Line is longer than 80 characters. 399
Error Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. 402
Error Missing a Javadoc comment. 402
Error Parameter columnIndex should be final. 402
Error Parameter x should be final. 402
Error Line is longer than 80 characters. 403
Error Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. 406
Error Missing a Javadoc comment. 406
Error Parameter columnIndex should be final. 406
Error Parameter x should be final. 406
Error Line is longer than 80 characters. 407
Error Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. 410
Error Missing a Javadoc comment. 410
Error Parameter columnIndex should be final. 410
Error Parameter x should be final. 410
Error Line is longer than 80 characters. 411
Error Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. 414
Error Missing a Javadoc comment. 414
Error Parameter columnIndex should be final. 414
Error Parameter x should be final. 414
Error Line is longer than 80 characters. 415
Error Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. 418
Error Missing a Javadoc comment. 418
Error Parameter columnIndex should be final. 418
Error Parameter x should be final. 418
Error Line is longer than 80 characters. 419
Error Line is longer than 80 characters. 422
Error Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. 422
Error Missing a Javadoc comment. 422
Error Parameter columnIndex should be final. 422
Error Parameter x should be final. 422
Error Line is longer than 80 characters. 423
Error Method 'updateString' is not designed for extension - needs to be abstract, final or empty. 426
Error Missing a Javadoc comment. 426
Error Parameter columnIndex should be final. 426
Error Parameter x should be final. 426
Error Line is longer than 80 characters. 427
Error Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. 430
Error Missing a Javadoc comment. 430
Error Parameter columnIndex should be final. 430
Error Parameter x should be final. 430
Error Array brackets at illegal position. 430
Error Line is longer than 80 characters. 431
Error Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. 434
Error Missing a Javadoc comment. 434
Error Parameter columnIndex should be final. 434
Error Parameter x should be final. 434
Error Line is longer than 80 characters. 435
Error Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. 438
Error Missing a Javadoc comment. 438
Error Parameter columnIndex should be final. 438
Error Parameter x should be final. 438
Error Line is longer than 80 characters. 439
Error Line is longer than 80 characters. 442
Error Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. 442
Error Missing a Javadoc comment. 442
Error Parameter columnIndex should be final. 442
Error Parameter x should be final. 442
Error Line is longer than 80 characters. 443
Error Line is longer than 80 characters. 446
Error Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. 446
Error Missing a Javadoc comment. 446
Error Parameter columnIndex should be final. 446
Error Parameter x should be final. 446
Error Parameter length should be final. 446
Error Line is longer than 80 characters. 447
Error Line is longer than 80 characters. 450
Error Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. 450
Error Missing a Javadoc comment. 450
Error Parameter columnIndex should be final. 450
Error Parameter x should be final. 450
Error Parameter length should be final. 450
Error Line is longer than 80 characters. 451
Error Line is longer than 80 characters. 454
Error Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. 454
Error Missing a Javadoc comment. 454
Error Parameter columnIndex should be final. 454
Error Parameter x should be final. 454
Error Parameter length should be final. 454
Error Line is longer than 80 characters. 455
Error Line is longer than 80 characters. 458
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 458
Error Missing a Javadoc comment. 458
Error Parameter columnIndex should be final. 458
Error Parameter x should be final. 458
Error Parameter scale should be final. 458
Error Line is longer than 80 characters. 459
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 462
Error Missing a Javadoc comment. 462
Error Parameter columnIndex should be final. 462
Error Parameter x should be final. 462
Error Line is longer than 80 characters. 463
Error Method 'updateNull' is not designed for extension - needs to be abstract, final or empty. 466
Error Missing a Javadoc comment. 466
Error Parameter columnName should be final. 466
Error Line is longer than 80 characters. 467
Error Line is longer than 80 characters. 470
Error Method 'updateBoolean' is not designed for extension - needs to be abstract, final or empty. 470
Error Missing a Javadoc comment. 470
Error Parameter columnName should be final. 470
Error Parameter x should be final. 470
Error Line is longer than 80 characters. 471
Error Method 'updateByte' is not designed for extension - needs to be abstract, final or empty. 474
Error Missing a Javadoc comment. 474
Error Parameter columnName should be final. 474
Error Parameter x should be final. 474
Error Line is longer than 80 characters. 475
Error Method 'updateShort' is not designed for extension - needs to be abstract, final or empty. 478
Error Missing a Javadoc comment. 478
Error Parameter columnName should be final. 478
Error Parameter x should be final. 478
Error Line is longer than 80 characters. 479
Error Method 'updateInt' is not designed for extension - needs to be abstract, final or empty. 482
Error Missing a Javadoc comment. 482
Error Parameter columnName should be final. 482
Error Parameter x should be final. 482
Error Line is longer than 80 characters. 483
Error Method 'updateLong' is not designed for extension - needs to be abstract, final or empty. 486
Error Missing a Javadoc comment. 486
Error Parameter columnName should be final. 486
Error Parameter x should be final. 486
Error Line is longer than 80 characters. 487
Error Method 'updateFloat' is not designed for extension - needs to be abstract, final or empty. 490
Error Missing a Javadoc comment. 490
Error Parameter columnName should be final. 490
Error Parameter x should be final. 490
Error Line is longer than 80 characters. 491
Error Method 'updateDouble' is not designed for extension - needs to be abstract, final or empty. 494
Error Missing a Javadoc comment. 494
Error Parameter columnName should be final. 494
Error Parameter x should be final. 494
Error Line is longer than 80 characters. 495
Error Line is longer than 80 characters. 498
Error Method 'updateBigDecimal' is not designed for extension - needs to be abstract, final or empty. 498
Error Missing a Javadoc comment. 498
Error Parameter columnName should be final. 498
Error Parameter x should be final. 498
Error Line is longer than 80 characters. 499
Error Method 'updateString' is not designed for extension - needs to be abstract, final or empty. 502
Error Missing a Javadoc comment. 502
Error Parameter columnName should be final. 502
Error Parameter x should be final. 502
Error Line is longer than 80 characters. 503
Error Method 'updateBytes' is not designed for extension - needs to be abstract, final or empty. 506
Error Missing a Javadoc comment. 506
Error Parameter columnName should be final. 506
Error Parameter x should be final. 506
Error Array brackets at illegal position. 506
Error Line is longer than 80 characters. 507
Error Method 'updateDate' is not designed for extension - needs to be abstract, final or empty. 510
Error Missing a Javadoc comment. 510
Error Parameter columnName should be final. 510
Error Parameter x should be final. 510
Error Line is longer than 80 characters. 511
Error Method 'updateTime' is not designed for extension - needs to be abstract, final or empty. 514
Error Missing a Javadoc comment. 514
Error Parameter columnName should be final. 514
Error Parameter x should be final. 514
Error Line is longer than 80 characters. 515
Error Line is longer than 80 characters. 518
Error Method 'updateTimestamp' is not designed for extension - needs to be abstract, final or empty. 518
Error Missing a Javadoc comment. 518
Error Parameter columnName should be final. 518
Error Parameter x should be final. 518
Error Line is longer than 80 characters. 519
Error Line is longer than 80 characters. 522
Error Method 'updateAsciiStream' is not designed for extension - needs to be abstract, final or empty. 522
Error Missing a Javadoc comment. 522
Error Parameter columnName should be final. 522
Error Parameter x should be final. 522
Error Parameter length should be final. 522
Error Line is longer than 80 characters. 523
Error Line is longer than 80 characters. 526
Error Method 'updateBinaryStream' is not designed for extension - needs to be abstract, final or empty. 526
Error Missing a Javadoc comment. 526
Error Parameter columnName should be final. 526
Error Parameter x should be final. 526
Error Parameter length should be final. 526
Error Line is longer than 80 characters. 527
Error Line is longer than 80 characters. 530
Error Method 'updateCharacterStream' is not designed for extension - needs to be abstract, final or empty. 530
Error Missing a Javadoc comment. 530
Error Parameter columnName should be final. 530
Error Parameter reader should be final. 530
Error Parameter length should be final. 530
Error Line is longer than 80 characters. 531
Error Line is longer than 80 characters. 534
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 534
Error Missing a Javadoc comment. 534
Error Parameter columnName should be final. 534
Error Parameter x should be final. 534
Error Parameter scale should be final. 534
Error Line is longer than 80 characters. 535
Error Method 'updateObject' is not designed for extension - needs to be abstract, final or empty. 538
Error Missing a Javadoc comment. 538
Error Parameter columnName should be final. 538
Error Parameter x should be final. 538
Error Line is longer than 80 characters. 539
Error Method 'insertRow' is not designed for extension - needs to be abstract, final or empty. 542
Error Missing a Javadoc comment. 542
Error Line is longer than 80 characters. 543
Error Method 'updateRow' is not designed for extension - needs to be abstract, final or empty. 546
Error Missing a Javadoc comment. 546
Error Line is longer than 80 characters. 547
Error Method 'deleteRow' is not designed for extension - needs to be abstract, final or empty. 550
Error Missing a Javadoc comment. 550
Error Line is longer than 80 characters. 551
Error Method 'refreshRow' is not designed for extension - needs to be abstract, final or empty. 554
Error Missing a Javadoc comment. 554
Error Line is longer than 80 characters. 555
Error Method 'cancelRowUpdates' is not designed for extension - needs to be abstract, final or empty. 558
Error Missing a Javadoc comment. 558
Error Line is longer than 80 characters. 559
Error Method 'moveToInsertRow' is not designed for extension - needs to be abstract, final or empty. 562
Error Missing a Javadoc comment. 562
Error Line is longer than 80 characters. 563
Error Method 'moveToCurrentRow' is not designed for extension - needs to be abstract, final or empty. 566
Error Missing a Javadoc comment. 566
Error Line is longer than 80 characters. 567
Error Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. 570
Error Missing a Javadoc comment. 570
Error Line is longer than 80 characters. 571
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 574
Error Missing a Javadoc comment. 574
Error Parameter i should be final. 574
Error Parameter map should be final. 574
Error Line is longer than 80 characters. 575
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 578
Error Missing a Javadoc comment. 578
Error Parameter i should be final. 578
Error Line is longer than 80 characters. 579
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 582
Error Missing a Javadoc comment. 582
Error Parameter i should be final. 582
Error Line is longer than 80 characters. 583
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 586
Error Missing a Javadoc comment. 586
Error Parameter i should be final. 586
Error Line is longer than 80 characters. 587
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 590
Error Missing a Javadoc comment. 590
Error Parameter i should be final. 590
Error Line is longer than 80 characters. 591
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 594
Error Missing a Javadoc comment. 594
Error Parameter colName should be final. 594
Error Parameter map should be final. 594
Error Line is longer than 80 characters. 595
Error Method 'getRef' is not designed for extension - needs to be abstract, final or empty. 598
Error Missing a Javadoc comment. 598
Error Parameter colName should be final. 598
Error Line is longer than 80 characters. 599
Error Method 'getBlob' is not designed for extension - needs to be abstract, final or empty. 602
Error Missing a Javadoc comment. 602
Error Parameter colName should be final. 602
Error Line is longer than 80 characters. 603
Error Method 'getClob' is not designed for extension - needs to be abstract, final or empty. 606
Error Missing a Javadoc comment. 606
Error Parameter colName should be final. 606
Error Line is longer than 80 characters. 607
Error Method 'getArray' is not designed for extension - needs to be abstract, final or empty. 610
Error Missing a Javadoc comment. 610
Error Parameter colName should be final. 610
Error Line is longer than 80 characters. 611
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 614
Error Missing a Javadoc comment. 614
Error Parameter columnIndex should be final. 614
Error Parameter cal should be final. 614
Error Line is longer than 80 characters. 615
Error Method 'getDate' is not designed for extension - needs to be abstract, final or empty. 618
Error Missing a Javadoc comment. 618
Error Parameter columnName should be final. 618
Error Parameter cal should be final. 618
Error Line is longer than 80 characters. 619
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 622
Error Missing a Javadoc comment. 622
Error Parameter columnIndex should be final. 622
Error Parameter cal should be final. 622
Error Line is longer than 80 characters. 623
Error Method 'getTime' is not designed for extension - needs to be abstract, final or empty. 626
Error Missing a Javadoc comment. 626
Error Parameter columnName should be final. 626
Error Parameter cal should be final. 626
Error Line is longer than 80 characters. 627
Error Line is longer than 80 characters. 630
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 630
Error Missing a Javadoc comment. 630
Error Parameter columnIndex should be final. 630
Error Parameter cal should be final. 630
Error Line is longer than 80 characters. 631
Error Line is longer than 80 characters. 634
Error Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. 634
Error Missing a Javadoc comment. 634
Error Parameter columnName should be final. 634
Error Parameter cal should be final. 634
Error Line is longer than 80 characters. 635
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 638
Error Missing a Javadoc comment. 638
Error Parameter columnIndex should be final. 638
Error Line is longer than 80 characters. 639
Error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 642
Error Missing a Javadoc comment. 642
Error Parameter columnName should be final. 642
Error Line is longer than 80 characters. 643
Error Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. 646
Error Missing a Javadoc comment. 646
Error Parameter columnIndex should be final. 646
Error Parameter x should be final. 646
Error Line is longer than 80 characters. 647
Error Method 'updateRef' is not designed for extension - needs to be abstract, final or empty. 650
Error Missing a Javadoc comment. 650
Error Parameter columnName should be final. 650
Error Parameter x should be final. 650
Error Line is longer than 80 characters. 651
Error Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. 654
Error Missing a Javadoc comment. 654
Error Parameter columnIndex should be final. 654
Error Parameter x should be final. 654
Error Line is longer than 80 characters. 655
Error Method 'updateBlob' is not designed for extension - needs to be abstract, final or empty. 658
Error Missing a Javadoc comment. 658
Error Parameter columnName should be final. 658
Error Parameter x should be final. 658
Error Line is longer than 80 characters. 659
Error Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. 662
Error Missing a Javadoc comment. 662
Error Parameter columnIndex should be final. 662
Error Parameter x should be final. 662
Error Line is longer than 80 characters. 663
Error Method 'updateClob' is not designed for extension - needs to be abstract, final or empty. 666
Error Missing a Javadoc comment. 666
Error Parameter columnName should be final. 666
Error Parameter x should be final. 666
Error Line is longer than 80 characters. 667
Error Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. 670
Error Missing a Javadoc comment. 670
Error Parameter columnIndex should be final. 670
Error Parameter x should be final. 670
Error Line is longer than 80 characters. 671
Error Method 'updateArray' is not designed for extension - needs to be abstract, final or empty. 674
Error Missing a Javadoc comment. 674
Error Parameter columnName should be final. 674
Error Parameter x should be final. 674
Error Line is longer than 80 characters. 675

com/imcode/db/mock/package.html

ErrorLine
Error Missing package documentation file.0

com/imcode/db/package.html

ErrorLine
Error Missing package documentation file.0